Skip to content

Conversation

@jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Dec 8, 2025

I just fixed a build bug in sphinx-llm which was affecting this repo, so now with 0.1.4 things build successfully.

In one of the extensions I was making use of some private jinja2 rendering functionality in the HTML builder which doesn't seem to exist in the markdown builder, so I also updated the extension to just use jinja2 directly.

If you look at the build preview you should be able to view llms.txt, llms-full.txt and append .md to any page URL for a markdown represenation.

Because we build with dirhtml the URL might be something like /cloud/aws/ec2/, there's an assumed index.html file in there so the transformation would be /cloud/aws/ec2/ => /cloud/aws/ec2/index.html.md

@jacobtomlinson jacobtomlinson requested a review from a team as a code owner December 8, 2025 17:43
@jacobtomlinson
Copy link
Member Author

jacobtomlinson commented Dec 9, 2025

Some preview URLs:

The EC2 page is a nice example because it uses custom extensions like tab groups and version templating. The markdown renders prefectly.

Any of the workflow examples are nice too because their source format is a Jupyter notebook.

Copy link
Contributor

@ncclementi ncclementi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ncclementi ncclementi merged commit 2a660f9 into rapidsai:main Dec 11, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants